ComponentOne ASP.NET MVC Controls
StartLabel Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : StartLabel Method
The value.
Configurates C1.Web.Mvc.Waterfall<T>.StartLabel. Sets the label of the start bar.
Syntax
'Declaration
 
Public Function StartLabel( _
   ByVal value As String _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> StartLabel( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members